home *** CD-ROM | disk | FTP | other *** search
-
-
-
- CCCCGGGGIIII::::::::SSSSwwwwiiiittttcccchhhh((((3333)))) CCCCGGGGIIII::::::::SSSSwwwwiiiittttcccchhhh((((3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- CGI::Switch - Try more than one constructors and return the first object
- available
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
-
- use CGISwitch;
-
- -or-
-
- use CGI::Switch This, That, CGI::XA, Foo, Bar, CGI;
-
- my $q = new CGI::Switch;
-
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- Per default the _n_e_w() method tries to call _n_e_w() in the three packages
- Apache::CGI, CGI::XA, and CGI. It returns the first CGI object it
- succeeds with.
-
- The import method allows you to set up the default order of the modules
- to be tested.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- _p_e_r_l(1), _A_p_a_c_h_e(3), _C_G_I(3), _C_G_I::_X_A(3)
-
- AAAAUUUUTTTTHHHHOOOORRRR
- Andreas Kvnig <a.koenig@mind.de>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-